SARIMA - Modell

Custom plotly template.

Please fill in the path to the preprocessed data.

The following cell shows your preprocessed input data.

Removes the columns that are not needed and all empty rows.

Convert acceleration unit and calculate the velocity / position data.

Plots an intervall of the x and y postion data.

Plots the x and y position over time.

Resample and devide the dataset into train and test data

POS_X: Trains the SARIMA Modell, calculates the prediction and plots it parallel to the testdata.

POS_Y: Trains the SARIMA Modell, calculates the prediction and plots it parallel to the testdata.